home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / LITTLE / TOOLKIT.ZIP / CONFIG.VID / DRIVERS.TXT
Encoding:
Text File  |  1996-12-30  |  4.3 KB  |  107 lines

  1.  
  2. These folders contain specially tuned video drivers for various Falcon
  3. hardware configurations. They are included to make sure the CFG tool
  4. is compatible with as many video formats as possible. Simply choose
  5. the driver most suited to your system, and replace the file VIDEO.DRV
  6. with the newly selected driver.
  7.  
  8. If you have a video card which is not supported here, it is possible
  9. that one of the supplied drivers will work with your card anyway.
  10. There are not that many colour formats available, so it is very likely
  11. some drivers will work with your hardware, even if it is not named
  12. specifically.
  13.  
  14.  
  15. The various drivers are described in the following subsections:
  16.  
  17. VIDEL
  18. -----
  19.  
  20. Pixel format: %RRRRRGGG:GGGBBBBB (Motorola/big-endian 16-bit)
  21.  
  22. The VIDEL display driver is designed to make use of the Falcon's
  23. built-in 16-bit (65536 colour) video hardware. This should be used
  24. as the default driver, since it works on all Falcon machines.
  25.  
  26. You can modify the actual display resolution used with a suitable
  27. screen enhancer, particularly our own VIDELITY package, although other
  28. equivalent programs such as BlowUP, Videl Inside (VI) and FalconScreen
  29. (FS) can be used to do the same job - each with their own set of
  30. special limitations (see manual). ScreenBlaster I, II & III cannot be
  31. used with the driver unless truecolour mode is selected from the
  32. Desktop before running the program. This is due to restrictions in the
  33. SB software. All other screen enhancers will allow the program to be
  34. run from any Falcon video mode, which will switch to truecolor mode
  35. automatically.
  36.  
  37. NOVA
  38. ----
  39.  
  40. These display drivers are designed for Falcons equipped with the Nova
  41. or SuperNova video cards, allowing the program to take advantage of
  42. the large truecolour video modes available with such hardware.
  43.  
  44. The video card should be operating in the appropriate colour mode
  45. before use with any of these drivers, simply because the program
  46. cannot change resolution on-the-fly with a video card connected.
  47. Attempting to use a 16-bit driver in a 24-bit display mode for
  48. instance will not work, resulting in a screen full of garbage.
  49.  
  50. The currently supported drivers are as follows:
  51.  
  52. * NOVA.15B
  53.  
  54. Pixel format: %GGGBBBBB:xRRRRRGG (Intel/little-endian 15-bit)
  55.  
  56. This driver is for use with 15-bit truecolour, allowing up to 32768
  57. simultaneous on-screen colours. This colour mode is very fast, but
  58. can suffer from noricable colour banding artifacts on finely shaded
  59. images.
  60.  
  61. * NOVA.16B
  62.  
  63. Pixel format: %GGGBBBBB:RRRRRGGG (Intel/little-endian 16-bit)
  64.  
  65. This driver is for use with 16-bit truecolour, allowing up to 65536
  66. simultaneous on-screen colours. This colour mode is almost as fast
  67. as the 15-bit version, but has the advantage of much less noticable
  68. colour banding on images.
  69.  
  70. This is by far the best mode for use with this program. It is very
  71. quick, and allows very large resolutions on a standard card. It is
  72. also as close as you can get to 24-bit without paying in terms of
  73. memory or performance.
  74.  
  75. * NOVA.24B
  76.  
  77. Pixel format: %BBBBBBBB:GGGGGGGG:RRRRRRRR (Reverse R,G,B)
  78.  
  79. This driver is for use with 24-bit truecolour, allowing up to 16
  80. million simultaneous on-screen colours. The 24-bit display format
  81. is very inefficient, which can impact on performance during screen
  82. redraws. Although it is considerably slower than the 15 & 16 bit
  83. colour modes, it has the advantage of causing no colour banding.
  84. It does however require 50% more video memory than any equivalent
  85. sized 15 or 16-bit display, limiting your maximum available screen
  86. resolution.
  87.  
  88. Don't use 24-bit colour modes if you can get the resolution you
  89. want with 32-bit colour instead, since it is considerably faster
  90. for some screen operations.
  91.  
  92. * NOVA.32B
  93.  
  94. Pixel format: %RRRRRRRR:GGGGGGGG:BBBBBBBB:AAAAAAAA (Std R,G,B,A)
  95.  
  96. This driver is for use with 32-bit aligned truecolour, allowing up
  97. to 16 million simultaneous on-screen colours (identical to 24-bit).
  98. The 32-bit display format is a more efficient layout than 24-bit,
  99. which makes it faster for some screen operations. Although 32-bit
  100. produces no colour banding problems, it requires 33% more video
  101. memory than and equivalent 24-bit modes - placing a tighter limit
  102. on the maximum available resolution.
  103.  
  104. If you can achieve the resolution you want in 32-bit colour, use it
  105. instead of 24-bit for smoother operation.
  106.  
  107.